home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / elib-006.lha / elib-0.06 / README < prev    next >
Text File  |  1993-01-24  |  2KB  |  38 lines

  1. This is the source directory for the GNU emacs lisp library Elib
  2. version 0.06.  This is an alpha release.  Use at your own risk, and
  3. _please_ send bug reports, suggestions and comments to
  4. elib-maintainers@lysator.liu.se.  The more feedback we get, the sooner
  5. the real release is likely to occur...
  6.  
  7. Information about how to install the library and the documentation is
  8. in the file INSTALL.  Licensing terms are in the file COPYING.
  9. Further documentation is in the TeXinfo file elib.texinfo. 
  10.  
  11. Known bugs:
  12.   + The documentation could be better. It lacks an index, among 
  13.     other things. 
  14.   + The stack-m and stack-f should probably both (provide 'stack).
  15.     stack-m.el should maybe be renamed stack.el, and stack-f.el
  16.     should maybe only be used while debugging.  We are still 
  17.     thinking about this. Suggestions are welcome.
  18.   + The cookie package has a number of inconsistencies regarding
  19.     handling of (point).
  20.  
  21. Enjoy!
  22.  
  23.     Linkoping 24-jan-1993
  24.     Inge Wallin
  25.     Per Cederqvist
  26.  
  27. ================================================================
  28.         Differences between version 0.05 and 0.06:
  29. ================================================================
  30. * A number of bugs were fixed.
  31. * Debug code for the doubly linked list, dll.  Now you can use
  32.   dll-debug while developing your code, and when finished switch to
  33.   dll. 
  34. ================================================================
  35.                       End of version log.
  36. ================================================================
  37.  
  38.